Back to Contents Page

Broadcom Boot Agent Driver Software: Broadcom NetXtreme BCM57XX User Guide

Overview

Setting Up MBA in a Client Environment

Setting Up MBA in a Server Environment


Overview

Broadcom NetXtreme Gigabit Ethernet adapters support Preboot Execution Environment (PXE), Remote Program Load (RPL), and Bootstrap Protocol (BootP). Multi-Boot Agent (MBA) is a software module that allows your networked system to boot with the images provided by remote systems across the network. The Broadcom MBA driver complies with the PXE 2.1 specification and is released with both monolithic and split binary images. This provides flexibility to users in different environments where the motherboard may or may not have built-in base code.

The MBA module operates in a client/system environment. A network consists of one or more boot systems that provide boot images to multiple systems through the network. The Broadcom implementation of the MBA module has been tested successfully in the following environments:

Setting Up MBA in a Client Environment

Use the following procedure for add-in NICs. For LOMs, refer to your computer's system guide.

Setting up MBA in a client environment involves the following steps:

  1. Enabling the MBA driver.
  2. Configuring the MBA driver.
  3. Setting up the BIOS for the boot order.
Enabling the MBA Driver

To enable or disable the MBA driver:

  1. Insert the driver source media in the CD-ROM drive and boot up in DOS mode.
  2. Type:
  3. drive:\dos\utility
    

    where

    drive is the drive letter of the CD-ROM drive.

    NOTE: The B57udiag.exe file is on the installation CD.

  4. Type:
  5. b57udiag -mba [ 0-disable | 1-enable ] -c devnum
    

    where

    devnum is the specific device(s) number (0,1,2, ...) to be programmed.

Specifying the MBA Protocol

To specify the MBA protocol:

  1. Place the driver source media in the CD-ROM drive and boot up in DOS mode.
  2. Type:
  3. drive:\dos\utility
    

    where

    drive is the drive letter of the CD-ROM drive.

  4. Type:
  5. b57udiag -mbap [ 0-pxe | 1-rpl | 2-bootp ] -c devnum
    

    where

    devnum is the specific device(s) number (0,1,2,...) to be programmed.

Forcing the MBA to a Specific Speed

To force the MBA to a specific speed

  1. Place the driver source media in the CD-ROM drive and boot up in DOS mode.
  2. Type:
  3. drive:\dos\utility
    

    where

    drive is the drive letter of the CD-ROM drive.

  4. Type:
  5. b57udiag -mbas [ 0-Auto | 1-10HD | 2-10FD | 3-100H | 4-100F ] -c devnum
    

    where

    devnum is the specific device(s) number (0,1,2,...) to be programmed.

Configuring the MBA Driver

This section pertains to configuring the MBA driver on add-in NIC models of the Broadcom network adapter. For configuring the MBA driver on LOM models of the Broadcom network adapter, check your system documentation.

  1. Insert the installation CD in the CD-ROM drive and boot up in DOS mode.
Using CCM
  1. Restart your system.
  2. Press CTRL+s within 4 seconds after you are prompted to do so. A list of adapters displays.
    1. Select the adapter to configure and press Enter. The Main Menu displays.
    2. Select MBA Configuration to display the MBA Configuration menu.


  3. Use the UP ARROW and DOWN ARROW keys to move to the Boot Protocol menu item. Then use the RIGHT ARROW or LEFT ARROW key to select the boot protocol of choice if other boot protocols besides Preboot Execution Environment (PXE) are available. If available, other boot protocols include Remote Program Load (RPL) and Bootstrap Protocol (BOOTP).

NOTE: If you have multiple adapters in your system and you are unsure which adapter you are configuring, press CTRL+F6, which causes the port LEDs on the adapter to start blinking.

  1. Use the UP ARROW, DOWN ARROW, LEFT ARROW, and RIGHT ARROW keys to move to and change the values for other menu items, as desired.
  2. Press F4 to save your settings.
  3. Press ESC when you are finished.
Using uEFI
  1. Restart your system.
  2. Enter the System Setup or Device Setting configuration menu.
  3. Select the device on which you want to change MBA settings.
  4. Select MBA Configuration Menu.
  5. Use the drop-down menu to select the boot protocol of choice, if boot protocols other than Preboot Execution Environment (PXE) are available. If available, other boot protocols include iSCSI and Bootstrap Protocol (BOOTP).
  6. NOTE: For iSCSI boot-capable LOMs, the boot protocol is set via the BIOS. See your system documentation formore information.

  7. Use the UP ARROW, DOWN ARROW, LEFT ARROW, and RIGHT ARROW keys to move to and change the values for other menu items, as desired.
  8. Select Back to go to Main menu
  9. Select Finish to save and exit.
Setting Up the BIOS

To boot from the network with the MBA, make the MBA enabled adapter the first bootable device under the BIOS. This procedure depends on the system BIOS implementation. Refer to the user manual for the system for instructions.

Setting Up MBA in a Server Environment

Linux Red Hat PXE Server

The Red Hat Enterprise Linux has PXE Server support. It allows users to remotely perform a complete Linux installation over the network. The distribution comes with the boot images boot kernel (vmlinuz) and initial ram disk (initrd), which are located on the Red Hat disk#1:

/images/pxeboot/vmlinuz

/images/pxeboot/initrd.img

Refer to the Red Hat documentation for instructions on how to install PXE Server on Linux.

The Initrd.img file distributed with Red Hat 8.0, however, does not have a Linux network driver for the Broadcom NetXtreme Gigabit Ethernet adapter.

This version requires drivers that are not part of the standard distribution. You can create a driver disk for the Broadcom NetXtreme Gigabit Ethernet adapter using files obtained from the support website.NetXtreme Refer to the Linux Readme.txt file for more information.

A remote boot does not require a standard Linux network driver for the Broadcom NetXtreme Gigabit Ethernet adapter. After the PXE client downloads the Linux kernel and initial ram disk, the Linux universal driver that came with the Linux distribution binds with the UNDI code of the PXE to form a Linux network driver.

NOTE: Refer to the Distrib.txt file on the installation CD for a list of the specific Linux distributions on which the driver has been tested.

DOS UNDI/Intel APITEST

To boot in DOS mode and connect to a network for the DOS environment, download the Intel PXE PDK from the Intel website. This PXE PDK comes with a TFTP/ProxyDHCP/Boot server. The PXE PDK can be downloaded from Intel at http://downloadcenter.intel.com/default.aspx.


Back to Contents Page